Skip to content

CO-Lab3

  1. From the specifications of the circuit, determine the required number of inputs and outputs, and assign a letter symbol to each.
  • Input: 3 (X,Y,Z)
  • Output: 1 (F)
  1. Derive the truth table that defines the required relationship between inputs and outputs.
X,Y,ZF
0 0 00
0 0 10
0 1 00
0 1 11
1 0 00
1 0 11
1 1 01
1 1 10
  1. Obtain the SOP and simplified Boolean functions of each outputs as function of the input variables. (You can also use the K-Map to obtain the simplest Boolean function.)
  • F=XYZ+XYZ+XYZ
  1. Draw the logic diagram.
Lab3BL5eKv
  1. Verify the correctness of the design.